home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2003 May / cmycha200305.iso / MutantStorm / setup_mutantstorm_demo.exe / {app} / script / level102.lua < prev    next >
Text File  |  2002-10-22  |  2KB  |  68 lines

  1. cur_level_num = 103
  2.  
  3. dofile("everything.lua")
  4.  
  5. c_add_a_path("edge-path", 0, 85 )
  6.  
  7. function LEVEL_start()
  8.         ticker = 0
  9.         pylon_start("hoval-1",90.0)
  10.         floor_start_random()
  11.         player_start( 0.270094 , 0.636703 , 0.0 )
  12. end
  13.  
  14. function LEVEL_gameloop()
  15.         everying_gameloop()
  16.  
  17. if ticker == 500 then
  18. actor_plopper( "chunk", 1,0,0,     29.0985,29.0985,-18.6146,-18.6146,    -110.0,140.0 )
  19. end
  20.  
  21. if ticker == 500 then
  22. actor_plopper( "chunk", 1,0,0,     40.2682,40.2682,0.579352,0.579352,    -90.0,140.0 )
  23. end
  24.  
  25. if ticker == 500 then
  26. actor_plopper( "chunk", 1,0,0,     28.4867,28.4867,19.3779,19.3779,    -70.0,140.0 )
  27. end
  28.  
  29. if ticker == 500 then
  30. actor_plopper( "chunk", 1,0,0,     0.164297,0.164297,26.4979,26.4979,    -90.0,140.0 )
  31. end
  32.  
  33. if ticker == 500 then
  34. actor_plopper( "chunk", 1,0,0,     -27.0097,-27.0097,18.9421,18.9421,    -110.0,140.0 )
  35. end
  36.  
  37. if ticker == 500 then
  38. actor_plopper( "chunk", 1,0,0,     -39.4958,-39.4958,-0.265875,-0.265875,    -90.0,140.0 )
  39. end
  40.  
  41. if ticker == 500 then
  42. actor_plopper( "chunk", 1,0,0,     -27.149,-27.149,-19.0785,-19.0785,    -70.0,140.0 )
  43. end
  44.  
  45. if ticker == 500 then
  46. actor_plopper( "chunk", 1,0,0,     0.983297,0.983297,-25.7799,-25.7799,    -90.0,140.0 )
  47. end
  48.  
  49. if ticker == 800 then
  50. actor_plopper( "robot_green_path", 15,1,1,     -28.3542,-10.4536,-16.7151,18.7011,    -90.0,0.0,    "edge-path" )
  51. end
  52.  
  53. if ticker == 800 then
  54. actor_plopper( "robot_green_path", 15,1,1,     11.8568,29.7573,-16.7151,18.7011,    -90.0,0.0,    "edge-path" )
  55. end
  56.  
  57. if ticker == 2000 then
  58. actor_plopper( "robot_green", 15,1,1,     -25.045,-7.14445,-16.7151,18.7011,    -90.0,0.0 )
  59. end
  60.  
  61. if ticker == 2000 then
  62. actor_plopper( "robot_green", 15,1,1,     8.73178,26.6324,-16.7151,18.7011,    -90.0,0.0 )
  63. c_no_more_beasties_to_come()
  64. end
  65.  
  66. end
  67.  
  68.